![]() |
YNQ
YNQ-1.5.2
|
#include <ccapi.h>
This structure is used when calling File Information related CIFS Client API calls, it is used by ccGetFileInformationByNameA() for backward compatibility.
| NQ_UINT32 CCFileInfo_t::creationTimeLow |
low 32 bits of file creation time
| NQ_UINT32 CCFileInfo_t::creationTimeHigh |
high 32 bits of file creation time
| NQ_UINT32 CCFileInfo_t::lastAccessTimeLow |
low 32 bits of file last access time
| NQ_UINT32 CCFileInfo_t::lastAccessTimeHigh |
high 32 bits of file last access time
| NQ_UINT32 CCFileInfo_t::lastWriteTimeLow |
low 32 bits of file last write time
| NQ_UINT32 CCFileInfo_t::lastWriteTimeHigh |
high 32 bits of file last write time
| NQ_UINT32 CCFileInfo_t::attributes |
file attributes as defined in File attributes module
| NQ_UINT32 CCFileInfo_t::volumeSerialNumber |
volume serial number
| NQ_UINT32 CCFileInfo_t::allocationSizeLow |
low 32 bits of file allocation size
| NQ_UINT32 CCFileInfo_t::allocationSizeHigh |
high 32 bits of file allocation size
| NQ_UINT32 CCFileInfo_t::fileSizeLow |
low 32 bits of file data size
| NQ_UINT32 CCFileInfo_t::fileSizeHigh |
high 32 bits of file data size
| NQ_UINT32 CCFileInfo_t::numberOfLinks |
number of hard links to this file
| NQ_UINT32 CCFileInfo_t::fileIndexLow |
low 32 bits of file ID (always zero)
| NQ_UINT32 CCFileInfo_t::fileIndexHigh |
high 32 bits of file ID (always zero)